Package-level declarations

The ChartIQ Android SDK provides a native interface for Android developers to instantiate and interact with a ChartIQ chart. The interface creates a WebView and populates it with a predefined HTML file that loads the ChartIQ JavaScript library, supporting CSS, and a JavaScript “bridge” file which interfaces with the native application.

What occurs in the WebView is hidden, automatic, and not dependent on developer configuration. You should be able to instantiate the object as you would any other native component and essentially feel like you are working with a native component.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ChartIQHandler(chartIQUrl: String, context: Context) : ChartIQ, ChartIQStudy, JavaScriptHandler
Link copied to clipboard
interface DataSource
Link copied to clipboard
fun interface DataSourceCallback

Functional interface that represents a callback for DataSource data source

Link copied to clipboard
fun interface MeasureCallback

Functional interface that represents a callback for ChartIQ.addMeasureListener

Link copied to clipboard
fun interface OnReturnCallback<T>

Functional interface that represents a callback mostly for all requests to ChartIQ SDK

Link copied to clipboard
fun interface OnStartCallback

Functional interface that represents a callback for ChartIQ.start function